net/http.http2writeResHeaders.endStream (field)

6 uses

	net/http (current package)
		h2_bundle.go#L6491: 			endStream:     endStream,
		h2_bundle.go#L6528: 			endStream: true,
		h2_bundle.go#L6752: 			endStream:   rws.handlerDone && !rws.hasTrailers(),
		h2_bundle.go#L10309: 		return v.endStream
		h2_bundle.go#L10440: 	endStream   bool
		h2_bundle.go#L10498: 			EndStream:     w.endStream,